ALINE

Syntax: ALINE x1,y1 TO x2,y2, Colour
Location: Shape Toolkit

This command quickly draws a line between the specified absolute, window independent co-ordinates, (x1,y1) and (x2,y2), on the screen using XOR mode.

NOTE:
The colour of the line as it appears on screen may not be the same as the specified parameter (see OVER -1).

CROSS-REFERENCE:
DRAW has the same syntax as ALINE but does not work in XOR mode.  DRAW is also able to draw lines on screens stored in memory.
LINE and LINE_R are much more flexible.
